DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1PagedDataCollection<T> Class / Source Property

In This Topic
    Source Property (C1PagedDataCollection<T>)
    In This Topic
    Gets or sets the original source collection.
    Syntax
    'Declaration
     
    Protected Overridable Property Source As IReadOnlyList(Of S)
    protected virtual IReadOnlyList<S> Source {get; set;}
    See Also